home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1996 April
/
Software of the Month Club 1996 April.iso
/
pc
/
os2
/
htmlchk
/
mac
/
hctline.mac
< prev
next >
Wrap
Text File
|
1996-02-21
|
2KB
|
42 lines
/*---------------------------------------------------------------------------*/
/* */
/* hctLine - This REXX Macro is called when the report sends out a LINE */
/* Item, This is called for ALL types of ITEMS */
/* */
/* Valid Variables are: */
/* hcDeep hclDoc hclPhysical hclFileSize */
/* hclHTMLTag hclFileType hclMatched hclLocalFound */
/* hclServerRoot hclOffSite hclParent hclAccessCount */
/* hcpDoc hcpPhysical hcpFileSize hcpHTMLTag */
/* hcpFileType hcpMatched hcpLocalFound hcpServerRoot */
/* hcpOffSite hcpAccessCount */
/* */
/*---------------------------------------------------------------------------*/
Call RxhcLineOut '-------------Line------------'
Call RxhcLineOut 'hcDeep=' hcDeep
Call RxhcLineOut 'hclDoc=' hclDoc
Call RxhcLineOut 'hclPhysical=' hclPhysical
Call RxhcLineOut 'hclFileSize=' hclFileSize
Call RxhcLineOut 'hclHTMLTag=' hclHTMLTag
Call RxhcLineOut 'hclFileType=' hclFileType
Call RxhcLineOut 'hclMatched=' hclMatched
Call RxhcLineOut 'hclLocalFound=' hclLocalFound
Call RxhcLineOut 'hclServerRoot=' hclServerRoot
Call RxhcLineOut 'hclOffSite=' hclOffSite
Call RxhcLineOut 'hclAccessCount=' hclAccessCount
Call RxhcLineOut 'hclParent=' hclParent
Call RxhcLineOut 'hcpDoc=' hcpDoc
Call RxhcLineOut 'hcpPhysical=' hcpPhysical
Call RxhcLineOut 'hcpFileSize=' hcpFileSize
Call RxhcLineOut 'hcpHTMLTag=' hcpHTMLTag
Call RxhcLineOut 'hcpFileType=' hcpFileType
Call RxhcLineOut 'hcpMatched=' hcpMatched
Call RxhcLineOut 'hcpLocalFound=' hcpLocalFound
Call RxhcLineOut 'hcpServerRoot=' hcpServerRoot
Call RxhcLineOut 'hcpOffSite=' hcpOffSite
Call RxhcLineOut 'hcpAccessCount=' hcpAccessCount
RETURN